createprocedure[dbo].[BAEOrderAttributeLoadValues]@OrderAttributeIDas int AS SELECTospav.TitleAS'Value'FROMOrderSuperProductAttributeASospa JOINOrderSuperProductAttributeValueASospav ONospa.OrderSuperProductAttributeID=ospav.OrderSuperProductAttributeID WHEREospa.OrderSuperProductAttributeID=@OrderAttributeIDORDERBYospav.SortOrder